home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / bingo21d.zip / EMACS.CFG < prev    next >
Text File  |  1991-11-15  |  3KB  |  136 lines

  1. ; Function Key Defs
  2. f1             line_mark
  3. f2             point_mark
  4. f3             vertical_mark
  5. f4             extend_mark
  6. f5             block_load
  7. f6             block_save
  8. f7             block_move
  9. f8             block_copy
  10. f9             unmark
  11. f10            scrap
  12.  
  13. ; Shift Function Key Defs
  14. !f1            swap_buf_and_block
  15. !f2            paste_replace
  16. !f3            name_buffer
  17. !f4            buffer_info
  18. !f5            top_of_block
  19. !f6            bottom_of_block
  20. !f7            report_bsize
  21. !f8
  22. !f9            toggle_ins
  23. !f10           toggle_wrap
  24.  
  25. ; Ctrl Function Key Defs
  26. @f1            search
  27. @f2            replace
  28. @f3            again
  29. @f4            search_macro
  30. @f5            global
  31. @f6            chdir
  32. @f7            shell
  33. @f8            exec_command
  34. @f9            swap_shell
  35. @f10           swap_execute
  36.  
  37. ; Alt Function Key Defs
  38. #f1            macro shift_block '-t' return
  39. #f2            macro shift_block 't' return
  40. #f3            prev_error
  41. #f4            next_error
  42. #f5
  43. #f6
  44. #f7            print_file
  45. #f8
  46. #f9            send_lf
  47. #f10           send_ff
  48.  
  49. ; Emacs defs...
  50. @a             begin_line
  51. @b             cursor_left
  52. @d             del_char
  53. @e             end_line
  54. @f             cursor_right
  55. @l             center_line
  56. @n             cursor_down
  57. @p             cursor_up
  58. @q             ascii_table
  59. @r             replace
  60. @s             search
  61. escape+<       top_of_file
  62. escape+>       bot_of_file
  63. escape+b       prev_word
  64. escape+f       next_word
  65. escape+n       repeat
  66. escape+v       up_page
  67. escape+w       copy
  68. escape+x       pick_exec
  69. @u             unkill
  70. @v             down_page
  71. @w             cut
  72. @x+0           window_next
  73. @x+1           window_one
  74. @x+2           window_split
  75. @x+@b          choose_file
  76. @x+@c          quit_all
  77. @x+@s          save_file
  78. @x+@v          switch_file
  79. @x+b           next_file
  80. @x+f           edit_file
  81. @x+k           quit
  82. @y             paste
  83. @z             quit_and_save_status
  84.  
  85. ; Alt Key Defs
  86. #a
  87. #b
  88. #c
  89. #d             place_mark
  90. #e
  91. #f             rename_file
  92. #g
  93. #h             help
  94. #i             info
  95. #j             jump_mark
  96. #k
  97. #l
  98. #m             match_delim
  99. #n             window_next
  100. #o
  101. #p             window_previous
  102. #q             query_quote
  103. #r             reform_para
  104. #s             show_marks
  105. #t
  106. #u
  107. #v             rotate_kill
  108. #x             quit_all
  109. #y
  110.  
  111. ; Special Keys
  112. ctrl_backspace    del_bol
  113. escape            main_menu
  114. return            carriage
  115. backspace         back_space
  116. keypad_minus      cut
  117. keypad_plus       copy
  118. keypad_aster      line_mark
  119. insert            paste
  120. delete            del_char
  121. home              begin_line
  122. end               end_line
  123. right_arrow       cursor_right
  124. left_arrow        cursor_left
  125. up_arrow          cursor_up
  126. down_arrow        cursor_down
  127. pgup              up_page
  128. pgdn              down_page
  129. ctrl_right_arrow  next_word
  130. ctrl_left_arrow   prev_word
  131. ctrl_pgup         top_of_file
  132. ctrl_pgdn         bot_of_file
  133. ctrl_end          file
  134. tab               insert_tab
  135.  
  136.